home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / misc / PatchSetFunc.lha / patchsetfunc / PatchSetFunc.readme < prev    next >
Encoding:
Text File  |  1996-09-26  |  1.3 KB  |  29 lines

  1. Short: Redirect SetFunction() to patch.library V1.41
  2. Type: util/misc
  3. Uploader: snfuchs@sokrates.franken.de
  4. Author: snfuchs@sokrates.franken.de
  5.  
  6. This one was written as a support program, for my patch.library.
  7. It patches the exec.library/SetFunction() to use patch.library
  8. instead of the normal OS-function.
  9.  
  10.  
  11. This release of PatchSetFunc (V1.41) fixes the following bugs:
  12.  
  13. V1.41   ENHANCEMENT: Sets a private bit in the patch.library base structure, if active
  14.     DOCUMENTATION: Problems with NoDraw & NoFill
  15. V1.40    ENHANCEMENT: Automatically extends the stack to at least 2000 bytes for each
  16.     patch, if patch.library V5+ is installed
  17. V1.35    FIX: Patching of Expunge() is now possible for programms other than unarp
  18.     (This fixes crashes with GPFax)
  19. V1.33    FIX: By passing a wrong tag to patch.library, too many internal poject-
  20.     structures were created (This reduces memory usage)
  21. V1.32    ENHANCEMENT: Now does nothing, if the librarybase or
  22.     the function passed to SetFunction() is NULL.
  23.     (This fixes problems with the buggy CEDPatch)
  24.     ENHANCEMENT: Docs now in AmigaGuide format
  25. V1.31    FIX: No longer used for Executive, because of crashes when removing patches
  26. V1.30    FIX: Calling SetFuction() for the same patch for the same function twice 
  27.     installs this function now only once
  28.     (This fixes crashes with PatchSetFunc + RTPatch + Iconian (and WordWorth))
  29.